home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / misc / math / mathan.lha / mathan / examples / Nyquist.mth < prev    next >
Encoding:
Text File  |  1997-07-27  |  106 b   |  7 lines

  1. G(s)=-10(s+1)/((s+5)(s+3))
  2. R(z)={{Re(z),Im(z)},{Re(z),-Im(z)}}
  3. Draw("R(G(j*10^w))",{"w",-3,5,200})
  4. Exit
  5.  
  6.  
  7.